home *** CD-ROM | disk | FTP | other *** search
- -- background: 4460 from stack: in
- -- bmap block id: 6169
- -- flags: 0000
- -- background id: 0
- -- name: SER CHARGE
- ----- HyperTalk script -----
- on idle
- put the time into field "TIME"
- put the long date into field "DATE"
- global NAME
- put NAME into field "cNAME"
- global ACC
- put ACC into field "ACC NO"
- pass idle
- end idle
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=333 top=74 right=96 bottom=393
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: TAB KEY
- ----- HyperTalk script -----
- on mouseUp
- TabKey
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=400 top=149 right=171 bottom=446
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: TODAY
- ----- HyperTalk script -----
- on mouseUp
- put the abbrev date into field "CH DATE"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=9 top=309 right=334 bottom=38
- -- title width / last selected line: 0
- -- icon id / first selected line: 17779 / 17779
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect checkerboard
- GO TO PREVIOUS CARD
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=44 top=310 right=332 bottom=144
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ADD CHECK
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to true
- go to last card of background "CHECK"
- get background field "CH NUM"
- set lockScreen to false
- doMenu "New Card"
- put it + 1 into background field "CH NUM"
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=149 top=310 right=332 bottom=249
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ADD DEPOSIT
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to true
- go to last card of background "DEPOSIT"
- get background field "DP NUM"
- set lockScreen to false
- doMenu "New Card"
- put it + 1 into background field "DP NUM"
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=254 top=310 right=332 bottom=364
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SERVICE CHARGE
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to true
- go to last card of background "SER CHARGE"
- get background field "SC NUM"
- set lockScreen to false
- doMenu "New Card"
- put it + 1 into background field "SC NUM"
- put " " into field "B"
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=369 top=310 right=332 bottom=469
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: BALANCE SHEET
- ----- HyperTalk script -----
- on mouseUp
- visual dissolve
- go to card "balance"
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=474 top=309 right=334 bottom=503
- -- title width / last selected line: 0
- -- icon id / first selected line: 8419 / 8419
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- visual effect checkerboard
- GO TO NEXT CARD
- end mouseUp
-
-
-
- -- part 10 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=349 top=37 right=56 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: DATE
-
-
- -- part 11 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=404 top=57 right=75 bottom=465
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: TIME
-
-
- -- part 12 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=18 top=120 right=172 bottom=178
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cName
-
-
- -- part 13 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=188 top=120 right=140 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ACC NO
-
-
- -- part 14 (field)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=229 top=152 right=169 bottom=376
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: CH DATE
-
-
- -- part 15 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=421 top=120 right=137 bottom=494
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SC Num
-
-
- -- part 16 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=74 top=183 right=202 bottom=475
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 17 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=101 top=205 right=224 bottom=240
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SC AMOUNT
-
-
- -- part 18 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=71 top=232 right=267 bottom=497
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=45 top=274 right=296 bottom=145
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cleared Bank
- ----- HyperTalk script -----
- on mouseUp
- if field "B" is " "
- then put X into field "B"
- else put " " into field "B"
- end mouseUp
-
-
-
- -- part 20 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=24 top=277 right=291 bottom=39
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 14
- -- part name: B
-